home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / robot software / webots-kros-1.0.1_setup.exe / {app} / kteam / glue / include / sys / debug.h
Text File  |  2001-02-07  |  246b  |  9 lines

  1. /* Include file for people compiling for debug */
  2.  
  3. typedef void (*ExceptionHook)(int);   /* pointer to function with int parm */
  4. ExceptionHook exceptionHook;  /* hook variable for errors/exceptions */
  5.  
  6. void set_debug_traps();
  7. void breakpoint();
  8.  
  9.